projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b818b34
)
docs: Fix a copy-paste error
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 12:23:06 +0000
(08:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 14 Oct 2020 12:23:06 +0000
(08:23 -0400)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 0da1daa52c17ce42fa0466c0192985dd913ac4d1..a8c839b17022190b0c99db145696064c557655c5 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-106,7
+106,7
@@
*
* # Accessibility
*
- * Gtk
Entry
uses the #GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
+ * Gtk
ComboBox
uses the #GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
*/